home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / convert / os 1.3 / install.script < prev   
Text File  |  1993-03-03  |  864b  |  49 lines

  1. FailAt 20
  2. Echo "*nConvert Installation Script*n"
  3.  
  4. Ask "Install Convert v1.2 for AmigaOS 1.3 and 2.04 ?"
  5. If NOT WARN
  6.   Skip Aborted
  7. EndIf
  8.  
  9. Echo ""
  10.  
  11. Version >NIL: LIBS:arp.library
  12. If ERROR
  13.   Copy libs/arp.library LIBS:arp.library
  14.   Echo "arp.library copied to your Libs: directory."
  15. EndIf
  16.  
  17. Version >NIL: LIBS:reqtools.library
  18. If ERROR
  19.   Copy libs/reqtools.library LIBS:reqtools.library
  20.   Echo "reqtools.library copied to your Libs: directory."
  21. EndIf
  22.  
  23. Version >NIL: LIBS:intuisup.library
  24. If ERROR
  25.   Copy libs/intuisup.library LIBS:intuisup.library
  26.   Echo "intuisup.library copied to your Libs: directory."
  27. EndIf
  28.  
  29. Version >NIL: C:Cvt
  30. If ERROR
  31.   Copy c/Cvt C:Cvt
  32.   Echo "Shell version (Cvt) copied to your C: directory."
  33. EndIf
  34.  
  35. Lab INSTALLED
  36.  
  37. Echo ""
  38. Echo "Installation complete.*n"
  39. Skip END
  40.  
  41. Lab ABORTED
  42.  
  43. Echo "*nInstallation aborted!*n"
  44.  
  45. Lab END
  46.  
  47. Wait 5
  48. EndCLI >NIL:
  49.